Updates a pet in the store with form data
| Post | updatePetWithForm |
Resource Path: /pet/{petId}
| Name | Description | Data Type |
|---|---|---|
| petId | ID of pet that needs to be updated | integer |
| name | Updated name of the pet | string |
| status | Updated status of the pet | string |
| Fault | Description |
|---|---|
| 405 | Invalid input |